Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.contentview.jsf.actions--filters

This contribution is part of XML component org.nuxeo.ecm.platform.contentview.jsf.actions inside nuxeo-platform-contentview-jsf-9.10.jar /OSGI-INF/actions-contrib.xml

Extension Point

Extension point filters of component ActionService.

Contributed Items

  • <filter id="contentViewShowPageSizeSelector">
          <rule grant="true">
            <condition>
              #{nxu:test(empty showPageSizeSelector,
              contentView.showPageSizeSelector,
              showPageSizeSelector)}
            </condition>
          </rule>
        </filter>
  • <filter id="contentViewShowRefreshCommand">
          <rule grant="true">
            <condition>
              #{nxu:test(empty showRefreshCommand,
              contentView.showRefreshCommand, showRefreshCommand)}
            </condition>
          </rule>
        </filter>
  • <filter id="contentViewShowCSVExport">
          <rule grant="true">
            <condition>
              #{nxu:test(empty showCSVExport,
              contentView.currentResultLayout.showCSVExport, showCSVExport)}
            </condition>
          </rule>
        </filter>
  • <filter id="contentViewShowPDFExport">
          <rule grant="true">
            <condition>
              #{nxu:test(empty showPDFExport,
              contentView.currentResultLayout.showPDFExport, showPDFExport)}
            </condition>
          </rule>
        </filter>
  • <filter id="contentViewShowSyndicationLinks">
          <rule grant="true">
            <condition>
              #{nxu:test(empty showSyndicationLinks,
              contentView.currentResultLayout.showSyndicationLinks,
              showSyndicationLinks)}
            </condition>
          </rule>
        </filter>
  • <filter id="contentViewShowEditColumns">
          <rule grant="true">
            <condition>
              #{nxu:test(empty showEditColumns,
              contentView.currentResultLayout.showEditColumns,
              showEditColumns)}
            </condition>
          </rule>
        </filter>
  • <filter id="contentViewShowEditRows">
          <rule grant="true">
            <condition>
              #{nxu:test(empty showEditRows,
              contentView.currentResultLayout.showEditRows,
              showEditRows)}
            </condition>
          </rule>
        </filter>
  • <filter id="contentViewShowSpreadsheet">
          <rule grant="true">
            <condition>
              #{nxu:test(empty showSpreadsheet,
              contentView.currentResultLayout.showSpreadsheet,
              showSpreadsheet)}
            </condition>
          </rule>
        </filter>

XML Source

<extension point="filters" target="org.nuxeo.ecm.platform.actions.ActionService">

    <filter id="contentViewShowPageSizeSelector">
      <rule grant="true">
        <condition>
          #{nxu:test(empty showPageSizeSelector,
          contentView.showPageSizeSelector,
          showPageSizeSelector)}
        </condition>
      </rule>
    </filter>

    <filter id="contentViewShowRefreshCommand">
      <rule grant="true">
        <condition>
          #{nxu:test(empty showRefreshCommand,
          contentView.showRefreshCommand, showRefreshCommand)}
        </condition>
      </rule>
    </filter>

    <filter id="contentViewShowCSVExport">
      <rule grant="true">
        <condition>
          #{nxu:test(empty showCSVExport,
          contentView.currentResultLayout.showCSVExport, showCSVExport)}
        </condition>
      </rule>
    </filter>

    <filter id="contentViewShowPDFExport">
      <rule grant="true">
        <condition>
          #{nxu:test(empty showPDFExport,
          contentView.currentResultLayout.showPDFExport, showPDFExport)}
        </condition>
      </rule>
    </filter>

    <filter id="contentViewShowSyndicationLinks">
      <rule grant="true">
        <condition>
          #{nxu:test(empty showSyndicationLinks,
          contentView.currentResultLayout.showSyndicationLinks,
          showSyndicationLinks)}
        </condition>
      </rule>
    </filter>

    <filter id="contentViewShowEditColumns">
      <rule grant="true">
        <condition>
          #{nxu:test(empty showEditColumns,
          contentView.currentResultLayout.showEditColumns,
          showEditColumns)}
        </condition>
      </rule>
    </filter>

    <filter id="contentViewShowEditRows">
      <rule grant="true">
        <condition>
          #{nxu:test(empty showEditRows,
          contentView.currentResultLayout.showEditRows,
          showEditRows)}
        </condition>
      </rule>
    </filter>

    <filter id="contentViewShowSpreadsheet">
      <rule grant="true">
        <condition>
          #{nxu:test(empty showSpreadsheet,
          contentView.currentResultLayout.showSpreadsheet,
          showSpreadsheet)}
        </condition>
      </rule>
    </filter>

  </extension>